Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBuilderCollection<T> Class / IndexOf Method


In This Topic
    IndexOf Method (NCommandBuilderCollection<T>)
    In This Topic
    Returns the index of the command builder with the given name or -1 if such command builder does not exist in this collection.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal name As System.String _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NCommandBuilderCollection(Of T)
    Dim name As System.String
    Dim value As System.Integer
     
    value = instance.IndexOf(name)
    public System.int IndexOf( 
       System.string name
    )

    Parameters

    name
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also